Path: / workflows / {workflow-id} / executions / {eid} / steps / {stid}

Path parameters:
workflow-id -
stid -
eid -

Method Summary
ResourceDescription
GET /workflows/{workflow-id}/executions/{eid}/steps/{stid} 

Method Detail
HTTP Example:
GET /workflows/{workflow-id}/executions/{eid}/steps/{stid}

API Example:

WorkflowsResource.getStep({'workflow-id': …,
  'stid': …,
  'eid': …});

Output:
edu.illinois.ncsa.datawolf.domain.WorkflowStep
Produces:
application/json